Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NONEVM-629: Link Token Changes #535

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

augustbleeds
Copy link
Collaborator

@augustbleeds augustbleeds commented Oct 1, 2024

Based off of the design here: https://docs.google.com/document/d/1VxcXMJtfqh2Sej6NruQ2KtCuNz8t07AKOaaXsyZY2LQ/edit?usp=sharing

  • contract changes
  • legacy gauntlet changes
  • change e2e tests

Creates version 2 of the link token, which

  • alters the LINK token constructor to play nicely with the bridge
  • adds a set_minter function
  • changes ERC677 to use SRC-5 instead of ERC-165
  • adds an ERC677ReceiverComponent

@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@@ -0,0 +1,79 @@
use starknet::ContractAddress;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doing a diff between v2/erc667.cairo and v1/erc667.cairo will make the changes more apparent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant